ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / TreeIndent Property






In This Topic
    TreeIndent Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the indent used to offset row groups of different levels.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(14)>
    Public Overridable Property TreeIndent As System.Integer
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Integer
     
    instance.TreeIndent = value
     
    value = instance.TreeIndent
    [System.ComponentModel.DefaultValue(14)]
    public virtual System.int TreeIndent {get; set;}
    public read-write property TreeIndent: System.Integer; virtual; 
    System.ComponentModel.DefaultValueAttribute(14)
    public function get,set TreeIndent : System.int
    [System.ComponentModel.DefaultValue(14)]
    public: __property virtual System.int get_TreeIndent();
    public: __property virtual void set_TreeIndent( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(14)]
    public:
    virtual property System.int TreeIndent {
       System.int get();
       void set (    System.int value);
    }
    See Also